home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #7 / K-CD-7-2003.ISO / Swish 2 demo / setupswish200.exe / Main / first.swi / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-01-24  |  77 b   |  7 lines

  1. on(press){
  2.    tellTarget("/pop-up2")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.